/* this is how you put comments into css */
/* it is a good idea to try in an line style to check its affect before placing here */

/* TAG LEVEL */


/* These font sizes resize relative to the base font 17px as of now in html tag not the particular style font size you are using */

/*
.left100 {
    margin-left:100px
}



.left75 {
    margin-left:75px
}


*/

.increase05 {
    font-size: 1.05em;
}

.increase25 {
    font-size: 1.25em;
}
.decrease25 {
	font-size: 0.75em;
}

.puzzle {
	clear:both;
	margin-right:15%; 
	margin-left:15%;
	text-align:center; 
	}
	 
 	 	
	 

	

html {
    line-height: 1.05;
    -webkit-text-size-adjust: 100%;
    font-size: 16.5px;
    max-width: 1300px;

}

body {
    background-image: url(images/sandston.jpg);
    background-repeat: repeat;
    font-family: "Times New Roman", Times, serif;
    color: black;
    font-size: 1em;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    border: blue;
    width: auto;
}

H1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 2.5em;
    font-weight: bold;
}

H2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 2.3em;
    /*	line-height: 33pt; */
    font-style: italic;
    font-weight: bold;
}

H3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: normal;
    /*	line-height: 27pt; 
  */
}

H4 {
	font-size: 1.4em;
	/*		line-height: 25pt;
		color: gray;        */
    font-weight: normal;
}

H5 {
	font-size: 1.3em;
	line-height: 20pt;
	/*		color: gray;     */
    font-weight: normal;
}

strong {
    font-weight: bold;
}

/* TAG LEVEL for list design */

ul {
    padding: 10px
}

li {
    font-size: 90%
}


/* TAG LEVEL for table design TABLE TAGS TABLE TAGS TABLE */
table {
    border-collapse: collapse;
    empty-cells: hide;
    vertical-align: top;
}


tr {
    vertical-align: top;


}

td {
    padding: 5px;
    vertical-align: top;


}

th {
    text-align: left;

}


.widthclass30 {
    width: 30px;
}

.widthclass40 {
    width: 40px;
}

.widthclass50 {
    width: 50px;
}

.widthclass100 {
    width: 100px;
}

.widthclass150 {
    width: 150px;
}

.widthclass300 {
    width: 300px;
}

.widthclass400 {
    width: 400px;
}
.widthclass310 {
    width: 310px;
}

.widthclass800 {
    width: 800px;
}



/* Anchor type tags */

#header {
    background-image: url(images/bluebackl.gif);
    background-color: #cccccc;
    background-repeat: repeat-x;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 150px;
    margin: 0;

}


/* #headerimage {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    top: 42px;
    position: absolute;
    background-repeat: no-repeat;
    left: 130px;
}
*/

.headerimage {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    top: 90px;
    position: absolute;
    background-repeat: no-repeat;
    left: 130px;
    margin: 0;
}


.headerimage2 {
	border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    top: 97px;
    position: absolute;
    background-repeat: no-repeat;
    left: 175px;
    margin: 0;
}
.headerimage3 {
	border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    top: 0px;
    position: absolute;
    background-repeat: no-repeat;
    left: 850px;
    margin: 0;
}

.headertitle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 6px;
	position: absolute;
	background-repeat: no-repeat;
	left:500px;
	height: 96px;
	width: 484px;
}

/* #headertitle {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    top: 5px;
    text-align: center;
    position: absolute;
    background-repeat: no-repeat;
    left: 400px;
}
*/

/* CLASS LEVEL */


.about {
    color: #666666;
    font-size: 80%;
    font-style: italic;
}

.ano {
    font-size: 12pt;
    line-height: 15pt;
    color: green;
}

.artist {
    font-size: 1.5em;
    font-style: italic;
    color: #660000;
}

.aside {
    top: inherit;
    width: 20em;
    float: right;
    margin: 2%;
    background-color: rgba(000, 255, 255, .1);
    padding: 1%;
    border: 1px dotted rgb(252, 101, 18);
	border-top: 20px solid rgba(150, 000, 125, .4);
	}
	
.asideleft  {	
    top: inherit;
    width: 20em;
    float: left;
    margin: 2%;
    background-color: rgba(000, 255, 255, .1);
    padding: 1%;
    border: 1px dotted rgb(252, 101, 18);
	border-top: 20px solid rgba(150, 000, 125, .4);
}


.background {
    background-color: rgba(000, 255, 255, .1);
}

.bold {
    font-weight: bold;
    font-size: 1.05em;
}

.booktable {

    border-top-width: 1px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 1px;
    border-right-color: #0000FF;
    border-bottom-color: #333333;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 55px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    width: 1000px;


}

.booktable td {
    border: 1px solid black;
}

.booktitle {
    font-style: italic;
    font-size: 1em;
    font-weight: bold;
}

.booktable h2 {
    font-style: italic;
    font-size: 20px;
}

.booktable img {
    float: left;
    margin: 5px;
    padding: 5px;
}

.francetable {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5em;
    /*	background-color: #D5F1F1; */
    background-image: url(france/franceimages/bayeauxtable.png);
    font-weight: bold;
    padding: 0;
}

.francetable td {
    width: 1.6em;
    height: 2em;
    text-align: center;
    font-weight: 800;
}





.caps {
    font-variant: small-caps;
}

.center {
	text-align: center;
}


.centerf {
    text-align: center;
    font-weight: bolder;
    margin-left: 30px;
    margin-right: 30px;
}

.clear {
    clear: both;
}

.copy {
    font-size: 1em;
    line-height: 15pt;
    margin-left: 20px;
    margin-right: 10px;
    padding: 20px;

}

.credit {
    font-size: .8em;
    text-align: right;
}

.date {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: .8em;
}


.dropcap {
    color: teal;
    float: none;
    width: inherit;
    font-family: "Brush Script Std", "Script MT Bold", fantasy, cursive, serif;
    font-weight: bold;
    font-size: 1.5em;
}

.emph {
    font-size: 1.15em;
    line-height: 1.2em;
    margin-left: .8em;
    margin-right: .8em;
    font-weight: bold;
}

.emphg {
    font-size: 14pt;
    line-height: 15pt;
    margin-left: 10pt;
    margin-right: 10pt;
    color: green;
}


.empht {
    font-size: 14pt;
    line-height: 15pt;
    margin-left: 40pt;
    margin-right: 40pt;
    font-weight: bold;
    color: teal;
}




.head2 {
    font-family: "Brush Script MT", Zapf-Chancery;
    font-size: 30pt;
    line-height: 33pt;
    font-style: italic;
    font-weight: bold;
}


.head3 {
    font-family: "Brush Script MT", Zapf-Chancery;
    font-size: 25pt;
    line-height: 27pt;
    font-weight: normal;
}

.head3g {
    font-family: "Brush Script MT", Zapf-Chancery;
    color: gray;
    font-size: 25pt;
    line-height: 27pt;
    font-weight: normal;
}

.head4 {
    font-size: 23pt;
    line-height: 25pt;
    color: gray;
    font-weight: normal;
}

.head4b {
    font-size: 23pt;
    line-height: 25pt;
    color: gray;
    font-weight: bold;
}

.head4g {
    font-size: 23pt;
    line-height: 25pt;
    color: gray;
    font-weight: normal;
}

.head5g {
    font-size: 18pt;
    line-height: 20pt;
    color: gray;
    font-weight: normal;
}

.head5b {
    font-size: 18pt;
    line-height: 20pt;
    font-weight: bold;
}

.headertag {
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
}

.imgl {
	float: left;
	margin: 10px;
}

.increase05 {
    font-size: 1.05em;
}


.info {
    margin-left: 150pt;
    font-size: 9pt;
    font-style: italic;
}

.infocell {
    background: black;
    color: white;
}

.lead5 {
    font: 5pt/5pt "arial";
}


.lineblue {
    background-image: url(images/colorblue.jpg);
    background-repeat: repeat-x;
    height: .2em;
    margin: 0;
}

.linered {
    background-image: url(images/colorred.jpg);
    background-repeat: repeat-x;
    height: .2em;
    margin: 0;
}

.left {
    text-align: left;
    float: left;
    padding: 20px;
}


.right {
    text-align: right;
}

/* .lead10 {
    line-height: 10pt;
}
*/

.italic {
    font-style: italic;
}

.nolinkline {
    text-decoration: none;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: 500;
}


.superscript {
    vertical-align: super;
    font-size: x-small;
    line-height: 1em;
}


.text {
    font-size: .8em;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    margin: 10pt;
    font-style: normal;
}

.textbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    background-color: #D5F1F1;
    padding: 10px;
    float: right;
    height: auto;
    width: 200px;
    border: thin solid #B0E4E5;
}


.top {
    top: auto;
}



a:link {
    font-size: 103%;
    color: #333333;
    font-style: normal;
}

a:visited {
    color: #990066;
}

a:hover {
    color: #993333;
}

a:focus {
    color: #FF0000;
}

a:active {
    color: #FF0000;
    font-size: 103%;
}
